From 8667afb656571159d12030b10c8a31cb079514de Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 28 Jul 2004 16:04:53 +0000 Subject: [PATCH] Make the fb backend compile against current freetype. (#148558, Nicolas 2004-07-28 Matthias Clasen * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against current freetype. (#148558, Nicolas Deves) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ ChangeLog.pre-2-6 | 3 +++ ChangeLog.pre-2-8 | 3 +++ gdk/linux-fb/gdkprivate-fb.h | 3 ++- 5 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 03389f24bd..0875b23a60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-07-28 Matthias Clasen + * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against + current freetype. (#148558, Nicolas Deves) + * gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by ROW_HEIGHT. (#145528) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 03389f24bd..0875b23a60 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2004-07-28 Matthias Clasen + * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against + current freetype. (#148558, Nicolas Deves) + * gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by ROW_HEIGHT. (#145528) diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 03389f24bd..0875b23a60 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,8 @@ 2004-07-28 Matthias Clasen + * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against + current freetype. (#148558, Nicolas Deves) + * gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by ROW_HEIGHT. (#145528) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 03389f24bd..0875b23a60 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2004-07-28 Matthias Clasen + * gdk/linux-fb/gdkprivate-fb.h: Make the fb backend compile against + current freetype. (#148558, Nicolas Deves) + * gtk/gtktreeview.c: Replace the EXPANDER_MAX macro by ROW_HEIGHT. (#145528) diff --git a/gdk/linux-fb/gdkprivate-fb.h b/gdk/linux-fb/gdkprivate-fb.h index 62a1727f6a..a64d06edfa 100644 --- a/gdk/linux-fb/gdkprivate-fb.h +++ b/gdk/linux-fb/gdkprivate-fb.h @@ -38,7 +38,8 @@ #include "gdkregion-generic.h" #include #include -#include +#include +#include FT_FREETYPE_H #define GDK_TYPE_DRAWABLE_IMPL_FBDATA (gdk_drawable_impl_fb_get_type ()) #define GDK_DRAWABLE_IMPL_FBDATA(win) ((GdkDrawableFBData *)((GdkWindowObject *)(win))->impl) -- 2.30.2